Getting Information About Components
Your application can get the registration information for any component using theGetComponentInfo
function. You can use theGetComponentIconSuite
function to get a handle to the component's icon suite, if any.In addition, for components to which your application already has a connection, your application can obtain the component's version number and also determine whether the component supports a particular request by using the
GetComponentVersion
andComponentFunctionImplemented
functions.
Subtopics
- GetComponentInfo
- GetComponentIconSuite
- GetComponentVersion
- ComponentFunctionImplemented